GrapeCity.Windows.SpreadSheet.Data Namespace : NotifyCollectionBase<T> Class |
The following tables list the members exposed by NotifyCollectionBase<T>.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsReadOnly | Gets a value that indicates whether the collection is read-only. |
![]() | Item | Gets or sets the item at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified item. |
![]() | AddRange | Adds the items in the specified collection to the end of the collection. |
![]() | Clear | Removes all items from this collection. |
![]() | Contains | Determines whether the collection contains a specified item. |
![]() | CopyTo | Copies all the items in the current collection to the specified array starting at the specified destination index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | IndexOf | Finds the index for a specified item. |
![]() | Insert | Inserts an item at a specified index. |
![]() | Remove | Removes the specified item from the collection. |
![]() | RemoveAt | Removes the item at the specified index. |
![]() | ResumeEvent | Resumes the collection Changed event. |
![]() | SuspendEvent | Suspends the collection Changed event. |
![]() | ToArray | Converts the collection to an array. |
Name | Description | |
---|---|---|
![]() | ClearInternal | Clears the internal. |
![]() | RaisePropertyChanged | Raises the PropertyChanged event. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | Occurs when the items list of the collection has changed or the collection is reset. |
![]() | PropertyChanged | Occurs when a property value changes. |